fmt.fmtFlags.space (field)
9 uses
	fmt (current package)
		format.go#L29: 	space       bool
		format.go#L228: 		if negative || f.plus || f.space {
		format.go#L310: 	} else if f.space {
		format.go#L382: 		if f.space {
		format.go#L411: 		if f.space && i > 0 {
		format.go#L505: 	if f.space && num[0] == '+' && !f.plus {
		format.go#L514: 		if num[1] == 'N' && !f.space && !f.plus {
		print.go#L197: 		return p.fmt.space
		print.go#L1060: 				p.fmt.space = true
|  | The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |